home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Geology / IP_Qsound / Qsound / SpecView.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-08-22  |  371 b   |  23 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import <appkit/View.h>
  5.  
  6. @interface SpecView:View
  7. {
  8.     float *plot_data;
  9.     float mval;
  10.     float dt;
  11.     int length;
  12. }
  13.     /* initialization methods */
  14. - initFrame:(const NXRect *)frameRect;
  15. - setDt:(float)dt;
  16. - setMaxValue:(float)mval;
  17. - setLength:(int)length;
  18. - setData:(float *)data;
  19.  
  20. - drawSelf:(const NXRect *)rects :(int)rectCount;
  21.  
  22. @end
  23.